home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene1_2.dir / 00038_Script_38 < prev    next >
Text File  |  1999-03-01  |  594b  |  22 lines

  1. on exitFrame
  2.   
  3.   if the puppet of Sprite 95  = FALSE then
  4.     puppetSprite 95, TRUE -- the rewind button
  5.     set the loc of sprite(95) = point(93,19)
  6.     set the blend of sprite 95 = 0
  7.   end if
  8.   
  9.   if the puppet of Sprite 96 = FALSE then
  10.     puppetSprite 96, TRUE -- the stop button
  11.     set the loc of sprite(96) = point(322,19)
  12.     set the blend of sprite 96 = 0
  13.   end if  
  14.   
  15.   if the puppet of Sprite 97 = FALSE then
  16.     puppetSprite 97, TRUE -- the fastforward button
  17.     set the loc of sprite(97) = point(571,19)
  18.     set the blend of sprite 97 = 0
  19.   end if
  20.   
  21.   
  22. end